home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 November / Electronic Clipper 1998-11.iso / Idea Source® / teaser.dir / 00111_Script_visible < prev    next >
Text File  |  1998-08-25  |  262b  |  23 lines

  1. on mousedown me
  2.   puppetsound (2) "blip"
  3.   repeat while the mousedown
  4.     set the visible of sprite(the clickon - 17) to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite(the clickon -17) to true
  8.   updatestage
  9. end
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.